home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / styles / classic.xml next >
Extensible Markup Language  |  2008-09-09  |  4KB  |  100 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Copyright (C) 2006-2007 GtkSourceView team
  5.  Author: Yevgen Muntyan <muntyan@tamu.edu>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23. <style-scheme id="classic" _name="Classic" version="1.0">
  24.   <author>GtkSourceView team</author>
  25.   <_description>Classic color scheme</_description>
  26.  
  27.   <!-- The scheme tries to look like the default GVim scheme,
  28.        since it is also what the hardwired GtkSourceView 1 color
  29.        scheme did -->
  30.  
  31.   <!-- Palette -->
  32.   <color name="blue"       value="#0000FF"/>
  33.   <color name="magenta"    value="#FF00FF"/>
  34.   <color name="violet"     value="#6A5ACD"/>
  35.   <color name="cyan"       value="#008A8C"/>
  36.   <color name="green"      value="#2E8B57"/>
  37.   <color name="bordeaux"   value="#A52A2A"/>
  38.   <color name="red"        value="#FF0000"/>
  39.   <color name="yellow"     value="#FFFF00"/>
  40.   <color name="purple"     value="#A020F0"/>
  41.  
  42.   <!-- Bracket Matching -->
  43.   <style name="bracket-match"               foreground="#white" background="#grey" bold="true"/>
  44.   <style name="bracket-mismatch"            foreground="#white" background="#red" bold="true"/>
  45.  
  46.   <!-- Search Matching -->
  47.   <style name="search-match"                background="yellow"/>  
  48.   
  49.   <!-- Comments -->
  50.   <style name="def:comment"                 foreground="blue"/>
  51.   <style name="def:shebang"                 foreground="blue" bold="true"/>
  52.   <style name="def:doc-comment-element"     italic="true"/>
  53.  
  54.   <!-- Constants -->
  55.   <style name="def:constant"                foreground="magenta"/>
  56.   <style name="def:special-char"            foreground="violet"/>
  57.  
  58.   <!-- Identifiers -->
  59.   <style name="def:identifier"              foreground="cyan"/>
  60.  
  61.   <!-- Statements -->
  62.   <style name="def:statement"               foreground="bordeaux" bold="true"/>
  63.  
  64.   <!-- Types -->
  65.   <style name="def:type"                    foreground="green" bold="true"/>
  66.  
  67.   <!-- Others -->
  68.   <style name="def:preprocessor"            foreground="purple"/>
  69.   <style name="def:error"                   background="red" bold="true"/>
  70.   <style name="def:note"                    foreground="blue" background="yellow" bold="true"/>
  71.   <style name="def:underlined"              italic="true" underline="true"/>
  72.  
  73.   <!-- Language specific styles -->
  74.   <style name="diff:added-line"             foreground="#008B8B"/>
  75.   <style name="diff:removed-line"           foreground="#6A5ACD"/>
  76.   <style name="diff:changed-line"           use-style="def:preprocessor"/>
  77.   <style name="diff:special-case"           use-style="def:constant"/>
  78.   <style name="diff:location"               use-style="def:statement"/>
  79.   <style name="diff:diff-file"              use-style="def:type"/>
  80.  
  81.   <style name="xml:tags"                    foreground="cyan"/>
  82.   <style name="xml:attribute-name"          foreground="violet"/>
  83.   <style name="xml:namespace"               foreground="green" bold="true"/>
  84.  
  85.   <style name="js:object"                   foreground="#2E8B57" bold="true"/>
  86.   <style name="js:constructors"             foreground="#008B8B"/>
  87.  
  88.   <style name="latex:display-math"          foreground="#6A5ACD"/>
  89.   <style name="latex:command"               foreground="#2E8B57" bold="true"/>
  90.   <style name="latex:include"               use-style="def:preprocessor"/>
  91.  
  92.   <style name="sh:variable"                 foreground="#6A5ACD"/>
  93.  
  94.   <!-- legacy styles for old lang files -->
  95.   <style name="Others"                      foreground="#2E8B57" bold="true"/>
  96.   <style name="Others 2"                    foreground="#008B8B"/>
  97.   <style name="Others 3"                    foreground="#6A5ACD"/>
  98.  
  99. </style-scheme>
  100.